ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Chart Namespace / C1ChartCoreExtender<Tseries,TAnimation> Class / OnClientMouseUp Property

In This Topic
    OnClientMouseUp Property (C1ChartCoreExtender<Tseries,TAnimation>)
    In This Topic
    Occurs when the user releases a mouse button while the pointer is over the chart element.
    Syntax
    'Declaration
     
    Public Property OnClientMouseUp As System.String
    public System.string OnClientMouseUp {get; set;}
    See Also